HipSpriteRendererComponent

Undocumented in source.

Members

Functions

startWithData
void startWithData(void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float delta)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SpriteData
struct SpriteData
Undocumented in source.

Variables

batch
HipSpriteBatch batch;
Undocumented in source.
sprite
HipSprite sprite;
Undocumented in source.

Inherited Members

From HipComponent

hasStarted
bool hasStarted;
Undocumented in source.
onStart
void onStart()
Undocumented in source.
owner
HipGameObject owner()
Undocumented in source. Be warned that the author may not have intended to support it.
getComponent
T getComponent()
Undocumented in source. Be warned that the author may not have intended to support it.
onRemove
void onRemove()
Undocumented in source.
update
void update(float deltaTime)
Undocumented in source.

Meta